menu
camera_with_gps package
documentation
services/orientation_service.dart
OrientationService
stop method
stop method
dark_mode
light_mode
stop
method
Future
<
void
>
stop
(
)
Implementation
Future<void> stop() async { await _sub?.cancel(); _sub = null; }
camera_with_gps package
documentation
services/orientation_service
OrientationService
stop method
OrientationService class