getMapsIndoorsDefaultLanguage function

Future<String?> getMapsIndoorsDefaultLanguage()

Returns the current solution's default language

Implementation

Future<String?> getMapsIndoorsDefaultLanguage() =>
    MapsindoorsPlatform.instance.getDefaultLanguage();