lookupById abstract method

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

Implementation

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