locationDisplayRuleExists method
Implementation
@override
Future<bool?> locationDisplayRuleExists(MPLocationId location) async {
return await mapsIndoorsMethodChannel
.invokeMethod("MIN_locationDisplayRuleExists", {"id": location.value});
}
@override
Future<bool?> locationDisplayRuleExists(MPLocationId location) async {
return await mapsIndoorsMethodChannel
.invokeMethod("MIN_locationDisplayRuleExists", {"id": location.value});
}