BlocProvider.of() called with a context that does not contain a Bloc of type SubscriptionBloc. code example
Example: javascript check if is array
var colors=["red","green","blue"];
if(Array.isArray(colors)){
//colors is an array
}
var colors=["red","green","blue"];
if(Array.isArray(colors)){
//colors is an array
}