convertFlutterSurfaceToImage method Null safety
override
Android only. Converts the Flutter surface to an image view.
Implementation
@override
Future<void> convertFlutterSurfaceToImage() async {
// Noop on Web.
}
Android only. Converts the Flutter surface to an image view.
@override
Future<void> convertFlutterSurfaceToImage() async {
// Noop on Web.
}