setAs method

Future<bool> setAs(
  1. String uri,
  2. String mimeType, {
  3. String title = 'Set as',
})

abstract method for setAs method.

Implementation

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