getAtr method

Future<String?> getAtr()

Implementation

Future<String?> getAtr() {
  return TySmartPosApiPluginPlatform.instance.getAtr();
}