getPlatformVersion method
Implementation
@override
String getPlatformVersion() async {
final version = await methodChannel.invokeMethod<String>('getPlatformVersion',{'result':'gottcha you are fucked!!!'});
if(version!=null){
return version;
}
return "version invalid";
}