StorylyViewController class

Constructors

StorylyViewController(int _viewId, MethodChannel _methodChannel)

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

getViewId() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openStory(String storyGroupId, String storyId) Future<void>
This function allows you to open a specific story using storyGroupId and storyId.
openStoryUri(String uri) Future<void>
This function allows you to open using deeplink uri.
refresh() Future<void>
This function allows you to refetch the data from network by default you do not need to use this function.
setExternalData(List<Map> externalData) Future<void>
This function allows you to specify data of custom template groups.
storyDismiss() Future<void>
This function allows you to dismiss story view.
storyShow() Future<void>
This function allows you to open the story view.
toString() String
A string representation of this object.
inherited

Operators

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