validate method

bool validate(
  1. dynamic bytes
)

Implementation

bool validate(dynamic bytes) => js_util.callMethod(this, 'validate', [bytes]);