updateConversionValueWithErrorCallbackSkad4 static method
Implementation
static Future<String?> updateConversionValueWithErrorCallbackSkad4(
int conversionValue,
String coarseValue,
bool lockWindow) async {
final String? error = await _channel.invokeMethod(
'updateConversionValueWithErrorCallbackSkad4', {'conversionValue': conversionValue,
'coarseValue': coarseValue,
'lockWindow': lockWindow});
return error;
}