ContextNetwork constructor

ContextNetwork(
  1. bool cellular,
  2. bool wifi, {
  3. Map<String, dynamic>? custom,
})

Implementation

ContextNetwork(this.cellular, this.wifi, {Map<String, dynamic>? custom})
    : super(custom: custom);