switchGPS method

Future<bool?> switchGPS(
  1. bool enable
)

Implementation

Future<bool?> switchGPS(bool enable) {
  return TySmartPosApiPluginPlatform.instance.switchGPS(enable);
}