StorifyMeFlutterPluginPlatform class abstract
An abstract class that defines platform-specific functionality for the StorifyMeFlutterPluginPlatform.
This class should be extended by platform-specific implementations to provide platform-specific functionality.
- Inheritance
-
- Object
- PlatformInterface
- StorifyMeFlutterPluginPlatform
- Mixed-in types
- Implementers
Constructors
- StorifyMeFlutterPluginPlatform.new()
- Constructs a StorifyMeFlutterPluginPlatform.
Properties
- adEventListener ↔ StorifyMeAdEventListener?
-
Listener for ad-related events.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- nativeEventListener ↔ NativeEventListener?
-
Listener for native events.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
closePlayback(
) → void -
Method used to close StorifyMe experience playback
inherited
-
disableInitialOnboarding(
) → void - Disables the initial onboarding tutorial permanently, ensuring users won't see it again once it's triggered.
-
getPlatformVersion(
) → Future< String?> - Retrieves the platform version.
-
getWidgetCachedHeight(
int widgetId, int autoLayoutType) → Future< double?> - Retrieves the cached height of a widget.
-
initPlugin(
Map< String, dynamic> map) → Future<void> - Initializes the plugin with the given parameters.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openStoryByHandle(
String handle) → void -
pausePlayback(
{StorifyMeControlsVisibility controlsVisibility = StorifyMeControlsVisibility.visible}) → void -
Method used to pause StorifyMe playback
inherited
-
resumePlayback(
{StorifyMePlaybackMode mode = StorifyMePlaybackMode.proceed}) → void -
Method used to resume StorifyMe playback
inherited
-
showNotification(
{required String title, String? message, required double duration}) → void - Shows a notification with the specified title, message, and duration.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ StorifyMeFlutterPluginPlatform
-
The default instance of StorifyMeFlutterPluginPlatform to use.
getter/setter pair