accounts method

  1. @override
Future<List<FinancialAccount>> accounts()
override

Returns all financial accounts the user has authorized access to.

Implementation

@override
Future<List<FinancialAccount>> accounts() async => _accounts;