import "package:matrix/matrix.dart"; extension GetHeaders on Client { Map get headers => {"authorization": "Bearer $accessToken"}; }