stop method

void stop()

Implementation

void stop() async {
  await _channel.invokeMethod('clientStop');
}