Using `Flyout.of(context).close()`, we can't pass an argument like we can when using native Flutter `pop()` method. How are we suppose to pass the argument to recover in `controller.showFlyout()` return of type `T?` ?
Using
Flyout.of(context).close(), we can't pass an argument like we can when using native Flutterpop()method.How are we suppose to pass the argument to recover in
controller.showFlyout()return of typeT??