isLocServiceEnable static method

Future<bool> isLocServiceEnable()

Implementation

static Future<bool> isLocServiceEnable() async{
  return await _methodChannel.invokeMethod('isLocServiceEnable');
}