toggleScreenSecurity method

Future<void> toggleScreenSecurity(
  1. bool enabled
)

Implementation

Future<void> toggleScreenSecurity(bool enabled) {
  throw UnimplementedError('toggleScreenSecurity() has not been implemented.');
}