netCoreSyncGetActiveSyncId method

String? netCoreSyncGetActiveSyncId()

Get the active syncId from the assigned SyncIdInfo.

Read more about this method in Client Side Initialization in the netcoresync_moor documentation for more details.

Implementation

String? netCoreSyncGetActiveSyncId() => dataAccess.activeSyncId;