accounts property Null safety

Future<Set<Account>> accounts

Convenience method that returns all the registered accounts.

Returns: a set of Account.

Implementation

Future<Set<Account>> get accounts;