maybeOf static method
Implementation
static RCKReadReceiptScope? maybeOf(
BuildContext context, {
bool listen = true,
}) {
return Provider.of<RCKReadReceiptScope?>(context, listen: listen);
}
static RCKReadReceiptScope? maybeOf(
BuildContext context, {
bool listen = true,
}) {
return Provider.of<RCKReadReceiptScope?>(context, listen: listen);
}