changePassword abstract method

Future<AccountProto_ChangePasswordReply> changePassword(
  1. ServiceCall call,
  2. AccountProto_ChangePasswordRequest request
)

Implementation

$async.Future<$1.AccountProto_ChangePasswordReply> changePassword(
    $grpc.ServiceCall call, $1.AccountProto_ChangePasswordRequest request);