unregister method

Future<void> unregister()

unregister and deactivate all screenguard and listener Throws a PlatformException if there were technical problems on native side

Implementation

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