Method to get public key. It's called from rust
Future<PublicKey> getPublicKey(int accountId) async { try { return await _getPublicKey(accountId); } catch (error) { throw ErrorCode.Generic; } }