enableFollowMode method
Locks camera smoothly on device location.
Implementation
Future<void> enableFollowMode() async {
await tracking.enableFollowMode();
}
Locks camera smoothly on device location.
Future<void> enableFollowMode() async {
await tracking.enableFollowMode();
}