getAccount abstract method

Future<Account> getAccount(
  1. Session session
)

Get the user account

Many of Nakama’s features are accessible with an authenticated session, like fetching a user account.

Implementation

Future<model.Account> getAccount(model.Session session);