mirror of
https://github.com/flutter/packages.git
synced 2025-06-27 13:19:06 +08:00
[camera] Fix typo "intialize" in doc comments (#4949)
This PR fixes the typo intialize in the doc comments.
This commit is contained in:
@ -30,7 +30,7 @@ void main() {
|
||||
|
||||
// Setting up a handler requires bindings to be initialized, and since
|
||||
// registerWith is called very early in initialization the bindings won't
|
||||
// have been initialized. While registerWith could intialize them, that
|
||||
// have been initialized. While registerWith could initialize them, that
|
||||
// could slow down startup, so instead the handler should be set up lazily.
|
||||
final ByteData? response = await TestDefaultBinaryMessengerBinding
|
||||
.instance.defaultBinaryMessenger
|
||||
|
@ -30,7 +30,7 @@ void main() {
|
||||
|
||||
// Setting up a handler requires bindings to be initialized, and since
|
||||
// registerWith is called very early in initialization the bindings won't
|
||||
// have been initialized. While registerWith could intialize them, that
|
||||
// have been initialized. While registerWith could initialize them, that
|
||||
// could slow down startup, so instead the handler should be set up lazily.
|
||||
final ByteData? response =
|
||||
await _ambiguate(TestDefaultBinaryMessengerBinding.instance)!
|
||||
|
Reference in New Issue
Block a user