FixForward: method was renamed (#161431)

This commit is contained in:
John McDole 2025-01-10 08:58:24 -08:00 committed by GitHub
parent 864d4f59dd
commit ee4d46d43a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ Future<int> _fetchTexture(int width, int height) async {
}
void main() async {
ensureAndroidOrIosDevice();
ensureAndroidDevice();
enableFlutterDriverExtension(commands: <CommandExtension>[nativeDriverCommands]);
// Run on full screen.