closeStory method

Future<void> closeStory()

Implementation

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