enableOfflineRouting method

Future<bool?> enableOfflineRouting()

Will download the navigation engine and the user's region to allow offline routing

Implementation

Future<bool?> enableOfflineRouting() async {
  return VietmapNavigationPluginPlatform.instance.enableOfflineRouting();
}