syncData abstract method

Future<void> syncData(
  1. int from
)

Syncs the data from the server to the local database This is done automatically depending on syncingInterval defined in the config NativeAIIndoorNavigationSDKConfig

Implementation

Future<void> syncData(int from);