pauseStory method

Future<void> pauseStory()

Implementation

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