getVersion method Null safety
Get the version number
Implementation
Future<V2TimValueCallback<String>> getVersion() {
return ImFlutterPlatform.instance.getVersion();
}
Get the version number
Future<V2TimValueCallback<String>> getVersion() {
return ImFlutterPlatform.instance.getVersion();
}