switchCommMode method

Future<int?> switchCommMode(
  1. int type
)

Implementation

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