disableLocation abstract method

Future<void> disableLocation()

Disables location.

On Android, opens the location settings screen and toggles the location switch to disable location. If the location already enabled, it does nothing.

Implementation

Future<void> disableLocation();