getCounters static method

Future<bool> getCounters()

Implementation

static Future<bool> getCounters() async {
  return await _channel.invokeMethod(StatusCodeHelper.GETCOUNTERS);
}