setCurrentAccount method

Future<bool> setCurrentAccount(
  1. String pubKey
)

Implementation

Future<bool> setCurrentAccount(String pubKey) async {
  return storage.setKV(currentAccountKey, pubKey);
}