MatrixApi constructor

MatrixApi({
  1. Uri? homeserver,
  2. String? accessToken,
  3. Client? httpClient,
})

Implementation

MatrixApi({Uri? homeserver, String? accessToken, super.httpClient})
  : super(baseUri: homeserver, bearerToken: accessToken);