getVersion method

Future<String?> getVersion()

Implementation

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