DartSdkLibConfig constructor

const DartSdkLibConfig({
  1. FlutterErrorHandler? onListenerError,
})

Implementation

const DartSdkLibConfig({
  FlutterErrorHandler? onListenerError,
}) : _onListenerError = onListenerError;