getAllMyServers_Pre method

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

Implementation

$async.Future<$10.ServerInfoList> getAllMyServers_Pre($grpc.ServiceCall call, $async.Future<$0.Empty> request) async {
  return getAllMyServers(call, await request);
}