isPreventClose method

Future<bool> isPreventClose()

Check if is intercepting the native close signal.

Implementation

Future<bool> isPreventClose() async {
  return await _channel.invokeMethod('isPreventClose');
}