MultiPlatformAdapter class

Inheritance
Annotations

Constructors

MultiPlatformAdapter()
const

Properties

enabled bool
true if Module is enabled.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
ID of the module.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Module Type.
no setterinherited

Methods

fromMap(dynamic map) MultiPlatformAdapter?
Convert the module information from DynamicMap.
override
mediaDialog(BuildContext context, {required String title, PlatformMediaType type = PlatformMediaType.all}) Future
Display the media dialog and get the data.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → dynamic
Convert the module information to DynamicMap.
override
toString() String
A string representation of this object.
inherited

Operators

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