isCubit function
Checks if the given type extends Cubit specifically.
Implementation
bool isCubit(InterfaceType? type) => _extendsAny(type, {'Cubit'});
Checks if the given type extends Cubit specifically.
bool isCubit(InterfaceType? type) => _extendsAny(type, {'Cubit'});