Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit bfe5da9

Browse files
author
Emmanuel Garcia
committed
remove async
1 parent 5ce7662 commit bfe5da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/scenario_app/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Future<Map<String, dynamic>> _getJson(Uri uri) async {
8282
return json.decode(data) as Map<String, dynamic>;
8383
}
8484

85-
Future<void> _onBeginFrame(Duration duration) async {
85+
void _onBeginFrame(Duration duration) {
8686
// Render an empty frame to signal first frame in the platform side.
8787
if (currentScenario == null) {
8888
final SceneBuilder builder = SceneBuilder();

0 commit comments

Comments
 (0)