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