getVersion method Null safety

Future<String> getVersion()

获取当前 Effects SDK 版本

Implementation

Future<String> getVersion() async {
  return await _channel.invokeMethod('getVersion');
}