setAs method
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.');
}
abstract method for setAs
method.
Future<bool> setAs(
String uri,
String mimeType, {
String title = 'Set as',
}) async {
throw UnimplementedError('platformVersion() has not been implemented.');
}