menu
flutter_cccd_vn package
documentation
internal.dart
ResponseAPDU
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
Uint8List
toBytes
(
)
Implementation
Uint8List toBytes() => Uint8List.fromList((_data ?? Uint8List(0)) + _sw.toBytes());
flutter_cccd_vn package
documentation
internal
ResponseAPDU
toBytes method
ResponseAPDU class