create abstract method

Future<Empty> create(
  1. ServiceCall call,
  2. Exercise request
)

Implementation

$async.Future<$0.Empty> create($grpc.ServiceCall call, $0.Exercise request);