onSyncFailed property

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

会话同步失败

Implementation

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