MethodChannelStorifyMeSnaps class

An implementation of StorifyMeSnapsPlatform that uses method channels for communication with the native platform.

Inheritance

Constructors

MethodChannelStorifyMeSnaps()
Constructor for MethodChannelStorifyMeSnaps.

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapsEventListener StorifyMeSnapsEventListener?
An optional event listener for StorifyMe Snaps events.
getter/setter pairinherited

Methods

getPlatformVersion() Future<String?>
Retrieves the platform version of the StorifyMe Snaps plugin.
override
initPlugin(Map<String, dynamic> map) Future<void>
Initializes the StorifyMe Snaps plugin with the provided map.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openSnaps({required String userId, String? snapName, Iterable<String>? tags}) Future<void>
Opens StorifyMe Snaps with the specified parameters.
override
toString() String
A string representation of this object.
inherited

Operators

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