enableOfflineRouting method

Future<bool?> enableOfflineRouting()

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

Implementation

Future<bool?> enableOfflineRouting() async {
  throw UnimplementedError(
    'enableOfflineRouting() has not been implemented.',
  );
}