nestedKey method

GetDelegate? nestedKey(
  1. String? key
)

Implementation

GetDelegate? nestedKey(String? key) {
  return rootController.nestedKey(key);
}