getVersion method Null safety

Future<String> getVersion()

Get the current Effects SDK version

Implementation

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