LOG_PRINT_NONE property

Future<int> get LOG_PRINT_NONE

Implementation

static Future<int> get LOG_PRINT_NONE async {
  return await NativeClassUtils.sendStaticGet<int>(
    _$namespace,
    "LOG_PRINT_NONE",
  );
}