remove debug mode delay on Android

This commit is contained in:
Nick Fisher
2023-10-17 18:24:39 +08:00
parent 3640e27324
commit 7f7eb89a45
3 changed files with 7 additions and 13 deletions

View File

@@ -95,7 +95,7 @@ abstract class FilamentController {
/// 5) The FilamentWidget will replace the empty Container with a Texture widget
/// If you need to wait until a FilamentViewer has been created, listen to the [viewer] stream.
///
void createViewer(int width, int height);
Future createViewer(int width, int height);
///
/// Resize the viewport & backing texture.