getAllServer_Pre method

Future<ServerInfoList> getAllServer_Pre(
  1. ServiceCall call,
  2. Future<Empty> request
)

Implementation

$async.Future<$7.ServerInfoList> getAllServer_Pre($grpc.ServiceCall call, $async.Future<$0.Empty> request) async {
  return getAllServer(call, await request);
}