useAsserts method

void useAsserts(
  1. bool u
)

Specify whether or not to use asserts true by default, but flutter drive doesn't call dart with enable-asserts

Implementation

void useAsserts(bool u) {
  _useAsserts = u;
}