StorifyMeSnapsPlugin class
The StorifyMeSnapsPlugin class provides an interface for interacting with
the StorifyMe Snaps plugin, allowing you to configure event listeners and
perform various actions related to StorifyMe Snaps.
Constructors
- StorifyMeSnapsPlugin()
-
Creates a new instance of the
StorifyMeSnapsPlugin.
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
-
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.
-
setSnapsEventListener(
StorifyMeSnapsEventListener snapsEventListener) → void - Sets the event listener for StorifyMe Snaps, which allows you to receive events related to StorifyMe Snaps functionality.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited