BuildContextProvidesExtension extension

on

Methods

consume<T>([void exec(T value)?]) → T?
exists<T>() bool
find<T>() → T?
get<T>() → T
listen<T>() → T
put<T>(T value) → void
rebox<T>(T value) → void
remove<T>() → void
sub<T>() → T
tryListen<T>() → T?