Stops any biometric authentication currently in progress.
@override Future<bool> stopAuth() async { final result = await methodChannel.invokeMethod<bool>('stopAuth'); return result ?? false; }