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