FlutterSdkLibConfig class final

Constructors

FlutterSdkLibConfig.new({required bool kFlutterMemoryAllocationsEnabled, required FlutterErrorHandler onListenerError, required FlutterErrorFactory flutterErrorFactory, required FlutterObjectCreatedDispatcher dispatchObjectCreated, required FlutterObjectDisposedDispatcher dispatchObjectDisposed})
const

Properties

dispatchObjectCreated → FlutterObjectCreatedDispatcher
The method dispatchObjectCreated from FlutterMemoryAllocations.instance.
final
dispatchObjectDisposed → FlutterObjectDisposedDispatcher
The method dispatchObjectDisposed from FlutterMemoryAllocations.instance.
final
flutterErrorFactory → FlutterErrorFactory
A function that creates FlutterError instances with the provided message.
final
hashCode int
The hash code for this object.
no setterinherited
kFlutterMemoryAllocationsEnabled bool
final
onListenerError → FlutterErrorHandler
Called whenever a listener from a ChangeNotifier triggers an error.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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