stopNavigation method
stop the current navigation
Implementation
Future<void> stopNavigation() async {
await _methodChannel.invokeMethod('stopNavigation');
}
stop the current navigation
Future<void> stopNavigation() async {
await _methodChannel.invokeMethod('stopNavigation');
}