addKey method

Implementation

GlobalKey<NavigatorState>? addKey(GlobalKey<NavigatorState> newKey) {
  return _flowerController.addKey(newKey);
}