ban_Pre method
Implementation
$async.Future<$1.BanReply> ban_Pre($grpc.ServiceCall call, $async.Future<$1.BanRequest> request) async {
return ban(call, await request);
}
$async.Future<$1.BanReply> ban_Pre($grpc.ServiceCall call, $async.Future<$1.BanRequest> request) async {
return ban(call, await request);
}