update method

  1. @deprecated
Future<String> update(
  1. String json
)

Implementation

@deprecated
Future<String> update(String json) async {
  return await _imagesChannel.invokeMethod('update', {'data': json});
}