close property

Future<bool> close

Close scanning API.

Implementation

Future<bool> get close async {
  return await _methodChannel.invokeMethod('close');
}