flutter_kiosk_mode

Creator: coderz1093

Last updated:

Add to Cart

Description:

flutter kiosk mode

flutter_kiosk_mode #
Kiosk for Android
Usage #

pubspec.yml

dependencies:
flutter_kiosk_mode: ^0.0.1
copied to clipboard
New Instance #
final _flutterKioskMode = FlutterKioskMode.instance();
copied to clipboard
Start Kiosk #
await _flutterKioskMode.start();
copied to clipboard
Stop Kiosk #
await _flutterKioskMode.stop();
copied to clipboard
Check Owner Kiosk #
await _flutterKioskMode.owner();
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.