create abstract method

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

Implementation

$async.Future<$1.Promotion> create(
    $grpc.ServiceCall call, $1.Promotion request);