getPower_Pre method

Future<GetPowerResponse> getPower_Pre(
  1. ServiceCall call,
  2. Future<GetPowerRequest> request
)

Implementation

$async.Future<$27.GetPowerResponse> getPower_Pre($grpc.ServiceCall call, $async.Future<$27.GetPowerRequest> request) async {
  return getPower(call, await request);
}