install abstract method

Future<void> install(
  1. String name, {
  2. bool a = true,
})

Implementation

Future<void> install(String name, {bool a = true});