MediaExtensionPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • MediaExtensionPlatform
Implementers

Constructors

MediaExtensionPlatform()
Constructs a MediaExtensionPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

edit(String uri, String mimeType, {String title = 'Edit'}) Future<bool>
abstract method for edit method.
getIntentAction() Future<MediaExtentionAction>
abstract method getIntentAction method.
getPlatformVersion() Future<String?>
abstract method for getPlatformVersion method.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openWith(String uri, String mimeType, {String title = 'Open with'}) Future<bool>
abstract method openWith method.
setAs(String uri, String mimeType, {String title = 'Set as'}) Future<bool>
abstract method for setAs method.
setResult(String uri) Future<void>
abstract method setResult method.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance MediaExtensionPlatform
The default instance of MediaExtensionPlatform to use.
getter/setter pair