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