getAllDevice_Pre method

Future<DeviceList> getAllDevice_Pre(
  1. ServiceCall $call,
  2. Future<Empty> $request
)

Implementation

$async.Future<$0.DeviceList> getAllDevice_Pre($grpc.ServiceCall $call, $async.Future<$1.Empty> $request) async {
  return getAllDevice($call, await $request);
}