changePsk_Pre method

Future<Empty> changePsk_Pre(
  1. ServiceCall $call,
  2. Future<AppAccountProto_ChangePskRequest> $request
)

Implementation

$async.Future<$2.Empty> changePsk_Pre($grpc.ServiceCall $call,
    $async.Future<$0.AppAccountProto_ChangePskRequest> $request) async {
  return changePsk($call, await $request);
}