stopSearchCard method

Future<int?> stopSearchCard()

Implementation

Future<int?> stopSearchCard() {
  return TySmartPosApiPluginPlatform.instance.stopSearchCard();
}