bind method

void bind(
  1. GlobalKey<State<StatefulWidget>> globalKey
)

Implementation

void bind(GlobalKey globalKey) => _globalKey = globalKey;