debugInstance property
Implementation
static final debugInstance = kDebugMode
? ProviderBinding._()
: throw UnsupportedError('Cannot use ProviderBinding in release mode');
static final debugInstance = kDebugMode
? ProviderBinding._()
: throw UnsupportedError('Cannot use ProviderBinding in release mode');