stopNavigation method

dynamic stopNavigation()

Implementation

stopNavigation() async {
  await _channel.invokeMethod("stopNavigation");
}