getGPIO_Pre method

Future<GetGPIOResponse> getGPIO_Pre(
  1. ServiceCall call,
  2. Future<GetGPIORequest> request
)

Implementation

$async.Future<$18.GetGPIOResponse> getGPIO_Pre($grpc.ServiceCall call, $async.Future<$18.GetGPIORequest> request) async {
  return getGPIO(call, await request);
}