create abstract method

Future<void> create(
  1. Counter counter
)

Implementation

Future<void> create(Counter counter);