platformVersion property

Future<String> get platformVersion

Implementation

static Future<String> get platformVersion async {
  return 'WebGL';
}