hasKeys method

  1. @override
bool hasKeys(
  1. String tag
)
override

Implementation

@override
bool hasKeys(String tag) {
  _checkInitialized();
  return keyChain.has(tag);
}