FlutterBlocInvestigativeClient class

Constructors

FlutterBlocInvestigativeClient({String? ipAddress, int port = 8275, bool enabled = kDebugMode, bool inEmulator = true, bool log = false})

Properties

buffer List<String>
latefinal
enabled bool
final
hashCode int
The hash code for this object.
no setterinherited
identity InstanceIdentity
latefinal
inEmulator bool
final
ipAddress String?
getter/setter pair
lock → Lock
final
log bool
final
logger → Logger
latefinal
nsd ↔ Discovery?
getter/setter pair
port int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<void>
Dispose.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBlocChange(BlocBase bloc, Change change) → void
onBlocError() → void
onChange(BlocBase bloc, Change change) → void
onCreateBloc(BlocBase bloc) → void
onTransitionBloc(Bloc bloc, Transition transition) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

bufferLength → const int