Remove @param onDone (#113371)

Remove @param onDone
This commit is contained in:
Paul 2023-03-01 09:27:43 +09:00 committed by GitHub
parent 3c70fb2667
commit 16928037ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,6 @@ class FlutterDeviceScreenshot {
* The new surface will either be {@code FlutterSurfaceView} or {@code FlutterTextureView}.
*
* @param activity typically {@code FlutterActivity}.
* @param onDone callback called once the surface has been restored.
*/
static void revertFlutterImage(@NonNull Activity activity) {
final FlutterView flutterView = getFlutterView(activity);