unregister method
unregister and deactivate all screenguard and listener Throws a PlatformException if there were technical problems on native side
Implementation
@override
Future<void> unregister() async {
await methodChannel.invokeMethod<void>('unregister');
}