setKey method

void setKey(
  1. GlobalObjectKey<State<StatefulWidget>> key
)

Implementation

void setKey( GlobalObjectKey key ){
  _key = key;
}