synchronizeMapsIndoorsContent function

Future<MPError?> synchronizeMapsIndoorsContent()

Main data synchronization method

If not manually invoked, MapsIndoorsWidget will invoke it when built

Implementation

Future<MPError?> synchronizeMapsIndoorsContent() =>
    MapsindoorsPlatform.instance.synchronizeContent();