maybeOf static method

RCKReadReceiptScope? maybeOf(
  1. BuildContext context, {
  2. bool listen = true,
})

Implementation

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