launchMapIntent static method

Future<void> launchMapIntent(
  1. UFUAddressModel? address
)

Implementation

static Future<void> launchMapIntent(UFUAddressModel? address) async {
  MapLauncher mapLauncher = MapLauncher();
  return await mapLauncher.openMap(address);
}