@override Future<bool?> is24HourTime() async { final is24HourTime = await methodChannel.invokeMethod<bool>('is24HourTime'); return is24HourTime; }