StoryBlockClickToFullScreenCallback typedef

StoryBlockClickToFullScreenCallback = FutureOr<void> Function(StoryBlockClickToFullScreenEvent? event)

Implementation

typedef StoryBlockClickToFullScreenCallback = FutureOr<void> Function(
    StoryBlockClickToFullScreenEvent? event);