onLoad property

(Future<void> Function(AuthDatabase database)?) onLoad
final

Executed when loading Database.

Databaseの読み込み時に実行されます。

Implementation

final Future<void> Function(AuthDatabase database)? onLoad;