@override Future<String?> getPlatformCurrentTime() async { final version = await methodChannel.invokeMethod<String>('now_time'); return version; }