newCounter abstract method

Future<Counter> newCounter({
  1. dynamic hint,
})

Implementation

Future<Counter> newCounter({dynamic hint});