has method

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

Implementation

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