build method

Future<void> build({
  1. String? target,
})

Implementation

Future<void> build({String? target}) =>
    call(['-P', '.', ?target]);