timeIsAuto static method

Future<bool> timeIsAuto()

Implementation

static Future<bool> timeIsAuto() async {
  return await _channel.invokeMethod('timeIsAuto');
}