updateConfigPassword_Pre method

Future<NuntioResponse> updateConfigPassword_Pre(
  1. ServiceCall call,
  2. Future<NuntioRequest> request
)

Implementation

$async.Future<$1.NuntioResponse> updateConfigPassword_Pre(
    $grpc.ServiceCall call, $async.Future<$1.NuntioRequest> request) async {
  return updateConfigPassword(call, await request);
}