StorifyMeSnapsPlatform class abstract

The StorifyMeSnapsPlatform is an abstract class that defines an interface for platform-specific implementations related to StorifyMe Snaps. This interface is meant to be extended by platform-specific classes.

Inheritance
  • Object
  • PlatformInterface
  • StorifyMeSnapsPlatform
Implementers

Constructors

StorifyMeSnapsPlatform()
Constructs a StorifyMeSnapsPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
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 pair

Methods

getPlatformVersion() Future<String?>
Retrieves the platform version of the StorifyMe Snaps plugin.
initPlugin(Map<String, dynamic> map) Future<void>
Initializes the StorifyMe Snaps plugin with the provided map.
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.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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