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