activatedNullSafe static method

Future<void> activatedNullSafe()

Implementation

static Future<void> activatedNullSafe() async {
  await pubGet();
  await run('dart migrate --apply-changes --skip-import-check',
      verbose: true);
}