platformVersion property

Future<String?> platformVersion
inherited

Launches the given url. Completes to true if the launch was successful.

Implementation

Future<String?> get platformVersion {
  throw UnimplementedError('platformVersion has not been implemented.');
}