queryTimeSystem property

Future<int> queryTimeSystem

Implementation

Future<int> get queryTimeSystem async {
  int time = await mConnMethodChannel.invokeMethod('queryTimeSystem');
  return time;
}