getRfAID method

Future<List<Uint8List>?> getRfAID()

Implementation

Future<List<Uint8List>?> getRfAID() {
  return TySmartPosApiPluginPlatform.instance.getRfAID();
}