@override void openStoryByHandle(String handle) { methodChannel.invokeMethod<void>(Method.OPEN_STORY_BY_HANDLE, {'handle': handle}); }