getTokenAccounts method

Future<List<String>?> getTokenAccounts(
  1. GetTokenAccountsOptions options
)

Implementation

Future<List<String>?> getTokenAccounts(GetTokenAccountsOptions options) async {
  return _internal.getTokenAccounts(options);
}