getDefaultDisplayRule function
Retrieve the default display rule (hardcoded display rule in the SDK).
Requires that loadMapsIndoors has successfully executed.
Implementation
Future<MPDisplayRule?> getDefaultDisplayRule() => Future.value(
MapsindoorsPlatform.instance.createDisplayRuleWithName("default"));