edit method

Future<bool> edit(
  1. String uri,
  2. String mimeType, {
  3. String title = 'Edit',
})

abstract method for edit method.

Implementation

Future<bool> edit(
  String uri,
  String mimeType, {
  String title = 'Edit',
}) async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}