startSearchCard method

Future<int?> startSearchCard(
  1. bool msr,
  2. bool ic,
  3. bool rf,
  4. int timeout,
)

Implementation

Future<int?> startSearchCard(bool msr, bool ic, bool rf, int timeout) {
  return TySmartPosApiPluginPlatform.instance
      .startSearchCard(msr, ic, rf, timeout);
}