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