LOG_PRINT_CALL_BACK property

Future<int> get LOG_PRINT_CALL_BACK

Implementation

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