fallback method

Object? fallback(
  1. String keys
)

The regression query for configuration not found during runtime configuration.

Implementation

Object? fallback(String keys) => null;