menu
flutter_rusty_utils package
documentation
dart_methods/dart_kzg/dart_kzg.dart
Blob
pushBytes method
pushBytes method
dark_mode
light_mode
pushBytes
method
void
pushBytes
(
Uint8List
bytes
)
Implementation
void pushBytes(Uint8List bytes) { blob.addAll(bytes); }
flutter_rusty_utils package
documentation
dart_methods/dart_kzg/dart_kzg
Blob
pushBytes method
Blob class