autoPaneModeCompassNavigation method
void
autoPaneModeCompassNavigation()
Implementation
void autoPaneModeCompassNavigation() {
const method = '/autoPaneModeCompassNavigation';
try {
_channel.invokeMethod(method);
} on PlatformException catch (e) {
if(kDebugMode) print(e);
}
}