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