of static method

_MiniplayerWillPopScopeState? of(
  1. BuildContext context
)

Implementation

static _MiniplayerWillPopScopeState? of(BuildContext context) {
  return context.findAncestorStateOfType<_MiniplayerWillPopScopeState>();
}