maybeOf static method
Implementation
static LenraSocket? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<LenraSocket>();
}
static LenraSocket? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<LenraSocket>();
}