platformVersion method
Implementation
Future<dynamic> platformVersion() async {
return 'Flutter Web : ' + html.window.navigator.userAgent;
}
Future<dynamic> platformVersion() async {
return 'Flutter Web : ' + html.window.navigator.userAgent;
}