provide method

dynamic provide(
  1. Consumable into
)
inherited

Implementation

provide(Consumable into) {
  /*
  print('provide');
  print(into);
  */
}