get method
Returns the value of the environment variable specified by key
, or the fallback
value if not found.
Implementation
@override
String get(String key, {String? fallback}) {
throw UnsupportedError(
'You are using a No-Op Environment Plugin, which does not support this operation.');
}