setSystemClock method

Future<bool?> setSystemClock(
  1. String time
)

Implementation

Future<bool?> setSystemClock(String time) {
  return TySmartPosApiPluginPlatform.instance.setSystemClock(time);
}