LOG_PRINT_LOCAL property

Future<int> get LOG_PRINT_LOCAL

Implementation

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