Returns a String containing the version of the platform.
String
Future<String> getVersion() { return Future.value(ZegoFlutterEngine.getVersion()); }