provider library

Properties

fieldToKeepDevtoolsExtensionLibraryAlive bool
Include a variable to keep the library alive in web builds. It must be a final variable. Check this discussion for more info: https://github.com/flutter/packages/pull/6749/files/6eb1b4fdce1eba107294770d581713658ff971e9#discussion_r1755375409
final

Typedefs

PostEvent = void Function(String eventKind, Map<String, Object?> eventData)
A typedef for the post event function.