LauncherAccounts constructor

LauncherAccounts({
  1. required Map<String, Account> accounts,
  2. required String activeAccountLocalId,
  3. required String mojangClientToken,
})

Implementation

LauncherAccounts({
  required this.accounts,
  required this.activeAccountLocalId,
  required this.mojangClientToken,
});