withdraw abstract method

Future<WithdrawReply> withdraw(
  1. ServiceCall call,
  2. WithdrawRequest request
)

Implementation

$async.Future<$1.WithdrawReply> withdraw($grpc.ServiceCall call, $1.WithdrawRequest request);