@override Future<String?> getPlatformVersion() async { final version = await methodChannel.invokeMethod<String>(AppConsts.PLATFORM_VERSION); return version; }