menu
mapbox_maps_flutter
mapbox_maps_flutter.dart
MapRecorder
togglePause method
togglePause
dark_mode
light_mode
togglePause
method
Future
<
void
>
togglePause
(
)
Pauses or resumes playback.
Implementation
Future<void> togglePause() => _impl.togglePause();
mapbox_maps_flutter
mapbox_maps_flutter
MapRecorder
togglePause method
MapRecorder class