initOrUpdating property

Future<void>? get initOrUpdating

Future to monitor the end of on initOrUpdate when it is executed.

onのinitOrUpdateを実行したときにその終了を監視するためのFuture。

Implementation

Future<void>? get initOrUpdating => _completer?.future;