back method

void back()

navigate back

Implementation

void back() {
  _channel.invokeMethod('onBackPressed', {'webViewId': _webViewId});
}