isPlatformAdminProvider top-level property
- @ProviderFor.new(isPlatformAdmin)
final
See also isPlatformAdmin.
Implementation
@ProviderFor(isPlatformAdmin)
final isPlatformAdminProvider = AutoDisposeFutureProvider<bool>.internal(
isPlatformAdmin,
name: r'isPlatformAdminProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$isPlatformAdminHash,
dependencies: null,
allTransitiveDependencies: null,
);