Future<int> getUnClickedCount() async { int count = await _channel.invokeMethod(METHOD_NAME_UN_CLICKED_COUNT); return count; }