syncData abstract method
Syncs the data from the server to the local database This is done automatically depending on syncingInterval defined in the config NativeCombainSDKConfig
Implementation
Future<void> syncData(int from);
Syncs the data from the server to the local database This is done automatically depending on syncingInterval defined in the config NativeCombainSDKConfig
Future<void> syncData(int from);