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