nestedKey method

FatimaDelegate? nestedKey(
  1. String? key
)

Implementation

FatimaDelegate? nestedKey(String? key) {
  return _fatimaController.nestedKey(key);
}