Retorna true se o tipo T está registrado no container global.
true
T
bool isRegistered<T>({String? key}) => Bind.isRegistered<T>(key: key);