MastodonV1Service constructor

MastodonV1Service({
  1. required String instance,
  2. required ClientContext context,
})

Returns the new instance of MastodonV1Service.

Implementation

factory MastodonV1Service({
  required String instance,
  required ClientContext context,
}) =>
    _MastodonV1Service(
      instance: instance,
      context: context,
    );