wakeOnLAN method
- Device request,
- {CallOptions options}
Implementation
$grpc.ResponseFuture<$0.OpenIoTHubEmpty> wakeOnLAN($0.Device request,
{$grpc.CallOptions options}) {
final call = $createCall(_$wakeOnLAN, $async.Stream.fromIterable([request]),
options: options);
return $grpc.ResponseFuture(call);
}