onSyncStarted property

  1. @HawkApi(ignore: true)
Stream<void> get onSyncStarted

会话同步开始

Implementation

@HawkApi(ignore: true)
Stream<void> get onSyncStarted => _platform.onSyncStarted;