addKey method

Implementation

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