unloadWallet_Pre method

Future<UnloadWalletResponse> unloadWallet_Pre(
  1. ServiceCall call,
  2. Future<UnloadWalletRequest> request
)

Implementation

$async.Future<$1.UnloadWalletResponse> unloadWallet_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.UnloadWalletRequest> request) async {
  return unloadWallet(call, await request);
}