gatekeeper_weebi 1.0.0
gatekeeper_weebi: ^1.0.0 copied to clipboard
Session coordination, device enrollment, and permission management for Weebi applications
example/gatekeeper_weebi_example.dart
// Example: Creating a Gatekeeper instance
//
// In a real app, you would:
// 1. Create auth infrastructure (AccessTokenProvider, PersistedTokenProvider)
// 2. Create device service
// 3. Initialize Gatekeeper
// 4. Restore tokens on startup
//
// See GATEKEEPER_INTEGRATION_GUIDE.md for complete examples
void main() async {
print('Gatekeeper package ready for integration!');
print('See GATEKEEPER_INTEGRATION_GUIDE.md for usage examples.');
}