getVersion method

Future<String> getVersion()

Returns a String containing the version of the platform.

Implementation

Future<String> getVersion() {
  return Future.value(ZegoFlutterEngine.getVersion());
}