lookupById abstract method
- @Deprecated('Use lookupAccount instead. Will be removed v1.0.0')
- required String accountId,
Implementation
@Deprecated('Use lookupAccount instead. Will be removed v1.0.0')
Future<MastodonResponse<Account>> lookupById({
required String accountId,
});