attachmentsManagerProvider top-level property

dynamic attachmentsManagerProvider
final

Provider the profile data of a the given space, keeps up to date with underlying client

Implementation

final attachmentsManagerProvider = AsyncNotifierProvider.autoDispose.family<
    AttachmentsManagerNotifier, AttachmentsManager, Future<AttachmentsManager>>(
  () => AttachmentsManagerNotifier(),
);