getVersion method Null safety

Future<V2TimValueCallback<String>> getVersion()

Get the version number

Implementation

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