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