MastodonInstanceConfiguration constructor
- required MastodonInstanceUrls urls,
- MastodonStatusesConfiguration? statuses,
- MastodonMediaConfiguration? mediaAttachments,
- MastodonPollsConfiguration? polls,
- MastodonAccountsConfiguration? accounts,
- MastodonTimelinesAccess? timelinesAccess,
- bool? translationEnabled,
- bool? limitedFederation,
- String? vapidPublicKey,
Implementation
const MastodonInstanceConfiguration({
required this.urls,
this.statuses,
this.mediaAttachments,
this.polls,
this.accounts,
this.timelinesAccess,
this.translationEnabled,
this.limitedFederation,
this.vapidPublicKey,
});