FlutterSdkLibConfig constructor

const FlutterSdkLibConfig({
  1. required bool kFlutterMemoryAllocationsEnabled,
  2. required FlutterErrorHandler onListenerError,
  3. required FlutterErrorFactory flutterErrorFactory,
  4. required FlutterObjectCreatedDispatcher dispatchObjectCreated,
  5. required FlutterObjectDisposedDispatcher dispatchObjectDisposed,
})

Implementation

const FlutterSdkLibConfig({
  required this.kFlutterMemoryAllocationsEnabled,
  required this.onListenerError,
  required this.flutterErrorFactory,
  required this.dispatchObjectCreated,
  required this.dispatchObjectDisposed,
});