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