mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix typo (#31771)
This commit is contained in:
parent
a17e2a4e2f
commit
392d5b2c28
@ -65,7 +65,7 @@ class _DriverBinding extends BindingBase with ServicesBinding, SchedulerBinding,
|
||||
/// Optionally you can pass a [DataHandler] callback. It will be called if the
|
||||
/// test calls [FlutterDriver.requestData].
|
||||
///
|
||||
/// `slienceErrors` will prevent exceptions from being logged. This is useful
|
||||
/// `silenceErrors` will prevent exceptions from being logged. This is useful
|
||||
/// for tests where exceptions are expected. Defaults to false. Any errors
|
||||
/// will still be returned in the `response` field of the result json along
|
||||
/// with an `isError` boolean.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user