Prefix for dart:ui multiview change (#128152)

For https://github.com/flutter/engine/pull/42493.
This commit is contained in:
Michael Goderbauer 2023-06-02 19:08:05 -07:00 committed by GitHub
parent 581ebe2965
commit dffd0c3a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,7 +286,7 @@ class _FakeFlutterView extends Fake implements FlutterView {
final Display? _display;
@override
final Object viewId = 1;
final int viewId = 1;
}
class _FakePlatformDispatcher extends Fake implements PlatformDispatcher {