Check if is intercepting the native close signal.
Future<bool> isPreventClose() async { return await _channel.invokeMethod('isPreventClose'); }