onClose method

Future<bool?> onClose()

Implementation

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