getAllFTP_Pre method

Future<PortList> getAllFTP_Pre(
  1. ServiceCall $call,
  2. Future<Device> $request
)

Implementation

$async.Future<$0.PortList> getAllFTP_Pre($grpc.ServiceCall $call, $async.Future<$0.Device> $request) async {
  return getAllFTP($call, await $request);
}