start method

void start()

Implementation

void start() async {
  await _channel.invokeMethod('clientStart');
}