lastActiveOrgIdProvider top-level property
- @ProviderFor.new(LastActiveOrgId)
final
Last org the user was looking at in org-mode. Used to restore the correct active org when the mode-toggle flips back to org shell or after restart.
Copied from LastActiveOrgId.
Implementation
@ProviderFor(LastActiveOrgId)
final lastActiveOrgIdProvider =
AutoDisposeAsyncNotifierProvider<LastActiveOrgId, String?>.internal(
LastActiveOrgId.new,
name: r'lastActiveOrgIdProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$lastActiveOrgIdHash,
dependencies: null,
allTransitiveDependencies: null,
);