menu
ty_smart_pos_api_plugin package
documentation
plugins/emv_plugin.dart
EmvPlugin
getTlv method
getTlv method
dark_mode
light_mode
getTlv
method
Future
<
Uint8List
?
>
getTlv
(
int
tag
)
Implementation
Future<Uint8List?> getTlv(int tag) { return TySmartPosApiPluginPlatform.instance.getTlv(tag); }
ty_smart_pos_api_plugin package
documentation
plugins/emv_plugin
EmvPlugin
getTlv method
EmvPlugin mixin