isEnabled method

Future<bool> isEnabled()

Implementation

Future<bool> isEnabled() async {
  return await _channel.invokeMethod('isEnabled');
}