cancel method

Future<void> cancel()

Cancels running search request if there is one

Implementation

Future<void> cancel() async {
  await _methodChannel.invokeMethod<void>('cancel');
}