FlutterSdkLibConfig constructor
const
FlutterSdkLibConfig({
- required bool kFlutterMemoryAllocationsEnabled,
- required FlutterErrorHandler onListenerError,
- required FlutterErrorFactory flutterErrorFactory,
- required FlutterObjectCreatedDispatcher dispatchObjectCreated,
- required FlutterObjectDisposedDispatcher dispatchObjectDisposed,
Implementation
const FlutterSdkLibConfig({
required this.kFlutterMemoryAllocationsEnabled,
required this.onListenerError,
required this.flutterErrorFactory,
required this.dispatchObjectCreated,
required this.dispatchObjectDisposed,
});