getTime static method

Future getTime()

Implementation

static Future getTime() async {
  var t = await _channel.invokeMethod('getTime');
  return t;
}