getKey method

  1. @protected
String getKey(
  1. String? tag
)

generate a key to be used into the ProvidersContainer

Implementation

@protected
String getKey(String? tag) {
  return '$_cachedHash${tag ?? ''}';
}