Returns the ID of the currently playing story
Future<String?> getStoryId() async { return await _methodChannel.invokeMethod<String>('getStoryId'); }