stop static method

Future stop()

Implementation

static Future stop() {
  channelReader.setQrCodeHandler(null);
  return _channel.invokeMethod('stop').catchError(print);
}