enableOfflineRouting method
Will download the navigation engine and the user's region to allow offline routing
Implementation
Future<bool> enableOfflineRouting() async {
var success =
await _methodChannel.invokeMethod('enableOfflineRouting', null);
return success;
}