see method Null safety
Marks the message as seen.
Implementation
Future<bool> see() =>
Requests.patch('/messages/$id', auths[accountId]!.headers);
Marks the message as seen.
Future<bool> see() =>
Requests.patch('/messages/$id', auths[accountId]!.headers);