close property

Future<bool?> close

Implementation

static Future<bool?> get close async {
  return _channel.invokeMethod('close');
}