storyShow method

Future<void> storyShow()

This function allows you to open the story view.

Implementation

Future<void> storyShow() {
  return _methodChannel.invokeMethod('show');
}