menu
widget_recorder_flutter package
documentation
widget_recorder.dart
WidgetRecorderController
stop method
stop method
dark_mode
light_mode
stop
method
Future
<
List
<
int
>
>
stop
(
)
Implementation
Future<List<int>> stop() async { final bytes = await _stopCallback?.call(); return bytes ?? []; }
widget_recorder_flutter package
documentation
widget_recorder
WidgetRecorderController
stop method
WidgetRecorderController class