hasScope abstract method

bool hasScope(
  1. String scopeName
)

Tests if the scope by name scopeName is registered in GetIt

Implementation

bool hasScope(String scopeName);