startBugReporting static method

dynamic startBugReporting()

starts bug reporting.

Implementation

static startBugReporting() {
  _channel.invokeMethod('startBugReporting');
}