isLocationServiceEnabled method

Future<bool> isLocationServiceEnabled()

Implementation

Future<bool> isLocationServiceEnabled() async =>
    await _channel.invokeMethod<bool>('isLocationServiceEnabled') ?? false;