isRegistered method

bool isRegistered(
  1. Type type
)

Whether a store is registered for type.

Implementation

bool isRegistered(Type type) => _stores.containsKey(type);