hasKeys method

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

Implementation

@override
bool hasKeys(tag) {
  _isInitialized();
  return keychain.has(tag);
}