@override Future<void> panic() async { final ffiPlatform = _resolvePlatformOrThrow(); if (ffiPlatform != null) { return ffiPlatform.panic(); } await methodChannel.invokeMethod<void>('panic'); }