goForward method

Future<void> goForward()

Implementation

Future<void> goForward() async {
  return await _channel.invokeMethod('goForward');
}