enableTrackingMode method
enable user tracking mode
this will make the camera follow the user
Implementation
Future<void> enableTrackingMode() async {
await _channel.invokeMethod('enableTrackingMode');
}
enable user tracking mode
this will make the camera follow the user
Future<void> enableTrackingMode() async {
await _channel.invokeMethod('enableTrackingMode');
}