convert method
Implementation
Future<String?> convert(String str, ConversionType conversionType) {
return FlutterAndroidOpenccPlatform.instance.convert(str, conversionType);
}
Future<String?> convert(String str, ConversionType conversionType) {
return FlutterAndroidOpenccPlatform.instance.convert(str, conversionType);
}