Account constructor

Account(
  1. Wallet wallet,
  2. int index
)

Implementation

Account(this.wallet, this.index) {
  _storage = const FlutterSecureStorage();
}