getVersion method

Future<String> getVersion()

Implementation

Future<String> getVersion() {
  return UniFlutterPluginPlatform.instance.getVersion();
}