Authorization: Bearer [token].
Authorization: Bearer [token]
void bearer(String token) { _headers['authorization'] = 'Bearer $token'; }