useGlobalKey function

GlobalKey<State<StatefulWidget>> useGlobalKey()

Implementation

GlobalKey useGlobalKey() {
  return useState(GlobalKey()).value;
}