getInstalledMapApps method
Implementation
@override
Future getInstalledMapApps(MapLauncherMode? mode) async {
return await methodChannel.invokeMethod('getInstalledMaps', {
'mode': mode?.name,
});
}
@override
Future getInstalledMapApps(MapLauncherMode? mode) async {
return await methodChannel.invokeMethod('getInstalledMaps', {
'mode': mode?.name,
});
}