NetworkingConfig constructor

NetworkingConfig({
  1. String? connectionType,
})

Implementation

NetworkingConfig({
  this.connectionType,
});