getVersion method Null safety
Get the current Effects SDK version
Implementation
Future<String> getVersion() async {
return await _channel.invokeMethod('getVersion');
}
Get the current Effects SDK version
Future<String> getVersion() async {
return await _channel.invokeMethod('getVersion');
}