getCurrentAccount method

Future<String?> getCurrentAccount()

Implementation

Future<String?> getCurrentAccount() async {
  return storage.getKV(currentAccountKey);
}