blob: 39e3cdafdc4a6e7cf53a45ab9a3cfc9bfe93bfac [file] [log] [blame] [view]
# decodeUint8 method
int decodeUint8
(int offset)
## Implementation
```dart
int decodeUint8(int offset) => data.getUint8(offset);
```