Whether the system location toggle is currently on.
@override Future<bool> isLocationServiceEnabled() async { return await _invokeOptional<bool>('isLocationServiceEnabled') ?? true; }