openWith method

Future<bool> openWith(
  1. String uri,
  2. String mimeType, {
  3. String title = 'Open with',
})

abstract method openWith method.

Implementation

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