@override Future<String?> getPlatformVersion() async{ final version = await methodChannel.invokeMethod('getPlatformVersion',{'result':'gottcha!!'}); return version; }