enableOfflineRouting method
Will download the navigation engine and the user's region to allow offline routing
Implementation
@override
Future<bool?> enableOfflineRouting() async {
final success =
await methodChannel.invokeMethod<bool?>('enableOfflineRouting');
return success;
}