enableFollowMode method

Future<void> enableFollowMode()

Locks camera smoothly on device location.

Implementation

Future<void> enableFollowMode() async {
  await tracking.enableFollowMode();
}