getWebVersion static method
dynamic
getWebVersion()
Implementation
static getWebVersion(){
debugPrint("flutter web :: getVersion called!!!");
return sdk.callMethod('getVersion');
}
static getWebVersion(){
debugPrint("flutter web :: getVersion called!!!");
return sdk.callMethod('getVersion');
}