getStoryId method

Future<String?> getStoryId()

Returns the ID of the currently playing story

Implementation

Future<String?> getStoryId() async {
  return await _methodChannel.invokeMethod<String>('getStoryId');
}