init method

Future<void> init({
  1. bool? isScreenLockEnabled,
  2. bool? isBackgroundLockEnabled,
  3. double? backgroundTimeout,
  4. bool? isTouchTimeoutEnabled,
  5. double? touchTimeout,
  6. bool? debug,
})

Implementation

Future<void> init({
  bool? isScreenLockEnabled,
  bool? isBackgroundLockEnabled,
  double? backgroundTimeout,
  bool? isTouchTimeoutEnabled,
  double? touchTimeout,
  bool? debug,
}) {
  throw UnimplementedError('init() has not been implemented.');
}