FlutterBlocInvestigativeClient constructor

FlutterBlocInvestigativeClient({
  1. String? ipAddress,
  2. int port = 8275,
  3. bool enabled = kDebugMode,
  4. bool inEmulator = true,
  5. bool log = false,
})

Implementation

FlutterBlocInvestigativeClient({
  this.ipAddress,
  this.port = 8275,
  this.enabled = kDebugMode,
  this.inEmulator = true,
  this.log = false,
}) {
  _initialize();
}