startKioskMode method

Future<bool?> startKioskMode()

Implementation

Future<bool?> startKioskMode() {
  throw UnimplementedError('startKioskMode() has not been implemented.');
}