unlockUser_Pre method
Implementation
$async.Future<$0.UnlockUserResponse> unlockUser_Pre($grpc.ServiceCall $call,
$async.Future<$0.UnlockUserRequest> $request) async {
return unlockUser($call, await $request);
}
$async.Future<$0.UnlockUserResponse> unlockUser_Pre($grpc.ServiceCall $call,
$async.Future<$0.UnlockUserRequest> $request) async {
return unlockUser($call, await $request);
}