listDevices_Pre method

Future<ListDevicesResponse> listDevices_Pre(
  1. ServiceCall call,
  2. Future<ListDevicesRequest> request
)

Implementation

$async.Future<$0.ListDevicesResponse> listDevices_Pre($grpc.ServiceCall call,
    $async.Future<$0.ListDevicesRequest> request) async {
  return listDevices(call, await request);
}